This tutorial shows how to use Postman to generate Base64 encoded Authorization Header with Username & Password.
Encoded string represents user:d255f064-6a4b-49bd-af08-766259e7895c.
Postman will send HTTP Request to Spring Boot Application created in Login Form - Default tutorial (so you should start it)
Authorization
Basic dXNlcjpkMjU1ZjA2NC02YTRiLTQ5YmQtYWYwOC03NjYyNTllNzg5NWM=
Start Login Form - Default (Postman will send HTTP Request to Spring Boot Application created in this tutorial)
Start Postman
GET: http://localhost:8080/hello
Authorization
– Type: Basic Auth
– Username: user
– Password: d255f064-6a4b-49bd-af08-766259e7895c (copy from the Console when Application starts)
Send
Authorization - Basic Auth